ComponentOne Xamarin.Android
GridRowColCollection<T> Class
Members 


C1.Android.Grid Assembly > C1.Android.Grid Namespace : GridRowColCollection<T> Class
Base collection class for columns and rows.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public MustInherit Class GridRowColCollection(Of T As GridRowCol) 
'Usage
 
Dim instance As GridRowColCollection(Of T)
[DefaultMember("Item")]
public abstract class GridRowColCollection<T> 
where T: GridRowCol
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Android.Grid.GridRowColCollection<T>
      C1.Android.Grid.GridColumnCollection
      C1.Android.Grid.GridRowCollection

See Also

Reference

GridRowColCollection<T> Members
C1.Android.Grid Namespace